← Index
NYTProf Performance Profile   
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename(eval 35)[/opt/flows/lib/lib/perl5/namespace/clean.pm:27]
StatementsExecuted 81 statements in 878µs
Eval Invoked At/opt/flows/lib/lib/perl5/namespace/clean.pm line 27
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
8041339µs790µsnamespace::clean::::stash_fornamespace::clean::stash_for
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
2
# spent 790µs (339+452) within namespace::clean::stash_for which was called 80 times, avg 10µs/call: # 20 times (109µs+151µs) by namespace::clean::get_functions at line 216 of /opt/flows/lib/lib/perl5/namespace/clean.pm, avg 13µs/call # 20 times (110µs+141µs) by namespace::clean::__ANON__[/opt/flows/lib/lib/perl5/namespace/clean.pm:121] at line 60 of /opt/flows/lib/lib/perl5/namespace/clean.pm, avg 13µs/call # 20 times (61µs+87µs) by namespace::clean::get_class_store at line 206 of /opt/flows/lib/lib/perl5/namespace/clean.pm, avg 7µs/call # 20 times (59µs+73µs) by namespace::clean::import at line 158 of /opt/flows/lib/lib/perl5/namespace/clean.pm, avg 7µs/call
sub stash_for ($) {
380876µs80452µs Package::Stash->new($_[0]);
# spent 452µs making 80 calls to Package::Stash::XS::new, avg 6µs/call
4}
5
612µs1;
7
8
9;